minus

inline operator fun minus(other: Byte): Int
inline operator fun minus(other: Short): Int
inline operator fun minus(other: Int): Int
inline operator fun minus(other: Long): Long
inline operator fun minus(other: Float): Float
inline operator fun minus(other: Double): Double

Subtracts the other value from this value.